Skip to content

Commit

Permalink
Merge pull request #2 from heyitsbench/locales
Browse files Browse the repository at this point in the history
Add name update for locales.
  • Loading branch information
Nyeriah authored Jan 4, 2025
2 parents 26496f3 + 11cf1aa commit 3d08358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/sql/db-world/updates/smartstone.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ INSERT INTO `smartstone_services` (`ServiceId`, `Title`, `SubscriptionLevel`, `E
(3, 'Limited Duration Companions', 0, 1);

UPDATE `item_template` SET `name` = "Smartstone", `ScriptName` = 'item_chromiecraft_smartstone', stackable = 1, `spellid_1` = 36177, maxcount = 1 WHERE (entry = 32547);
UPDATE `item_template_locale` SET `Name` = "Smartstone" WHERE (ID = 32547);

DELETE FROM `creature_template` WHERE `entry` = 80000;
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `name`, `subname`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES
Expand Down Expand Up @@ -182,4 +183,4 @@ INSERT INTO `creature_template_spell` (`CreatureId`, `Index`, `Spell`) VALUES

DELETE FROM `smartstone_pets` WHERE `CreatureId` = @Entry;
INSERT INTO `smartstone_pets` (`CreatureId`, `Category`, `Enabled`, `Description`) VALUES
(@Entry, 1, 1, @Description);
(@Entry, 1, 1, @Description);

0 comments on commit 3d08358

Please sign in to comment.