diff --git a/data/sql/db-world/updates/smartstone.sql b/data/sql/db-world/updates/smartstone.sql index 63ff8df..092dca3 100644 --- a/data/sql/db-world/updates/smartstone.sql +++ b/data/sql/db-world/updates/smartstone.sql @@ -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 @@ -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); \ No newline at end of file +(@Entry, 1, 1, @Description);