diff options
author | Killyana <morphone1@gmail.com> | 2015-09-21 15:15:03 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-09-21 15:15:03 +0200 |
commit | 4c0fb17c77a560be58945ce55633fee9fa01e05c (patch) | |
tree | 5cd2719748c743ce7b350bd54b926035de394179 | |
parent | 7b245a0b6b9902ebea98d2a945d4ee0e26a62681 (diff) |
DB/Npc: Fix Thomas Miller's text
Closes #15530
-rw-r--r-- | sql/updates/world/2015_09_21_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_21_01_world.sql b/sql/updates/world/2015_09_21_01_world.sql new file mode 100644 index 00000000000..a7bcbb124dc --- /dev/null +++ b/sql/updates/world/2015_09_21_01_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=3518 AND `source_type`=0; +UPDATE `creature_template` SET `AIName`='' WHERE `entry`=3518; +UPDATE `waypoint_scripts` SET `dataint`=1102 WHERE `id`=273 ; |