diff options
author | Killyana <morphone1@gmail.com> | 2015-09-21 15:15:03 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-10-30 14:21:02 +0100 |
commit | 161439e6f1e31c959b614b8494774a5d46275f4c (patch) | |
tree | 7f7a7b7705c0a3b7f0d99035bf7bf7d0b47b7ed2 | |
parent | 9eb5e920fd4a62ebea42561b27e22db4e26260da (diff) |
DB/Npc: Fix Thomas Miller's text
Closes #15530
(cherry picked from commit 4c0fb17c77a560be58945ce55633fee9fa01e05c)
-rw-r--r-- | sql/updates/world/2015_10_30_22_world_2015_09_21_01.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_30_22_world_2015_09_21_01.sql b/sql/updates/world/2015_10_30_22_world_2015_09_21_01.sql new file mode 100644 index 00000000000..a7bcbb124dc --- /dev/null +++ b/sql/updates/world/2015_10_30_22_world_2015_09_21_01.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 ; |