diff options
author | click <click@gonnamakeyou.com> | 2011-07-01 02:25:15 +0200 |
---|---|---|
committer | click <click@gonnamakeyou.com> | 2011-07-01 02:25:15 +0200 |
commit | ed4c9986c1f8e82179c1e9399e4ba6d9481b6d01 (patch) | |
tree | e4c758cf3f84b01228725fa7fb615e081e8660d3 | |
parent | b89237e4cd31b1d57dbcd5e2a38a7efd4879bc9b (diff) |
DB: Fix a small issue with reapplying the SQL removing the old text for ZulGurub Venoxis
-rw-r--r-- | sql/updates/world/2011_06_30_00_world_creature_text.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_30_00_world_creature_text.sql b/sql/updates/world/2011_06_30_00_world_creature_text.sql index 5f8572ca3a4..f8e815404fa 100644 --- a/sql/updates/world/2011_06_30_00_world_creature_text.sql +++ b/sql/updates/world/2011_06_30_00_world_creature_text.sql @@ -1,4 +1,5 @@ DELETE FROM `script_texts` WHERE `npc_entry`=14507; +DELETE FROM `creature_text` WHERE `entry`=14507; INSERT INTO `creature_text` (`entry`,`groupid`,`text`,`type`,`sound`,`comment`) VALUES (14507,1,'Let the coils of hate unfurl!',14,8421,'venoxis SAY_VENOXIS_TRANSFORM'), (14507,2,'Ssserenity..at lassst!',14,0,'venoxis SAY_VENOXIS_DEATH'); |