aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2017-09-07 01:16:52 +0200
committerKillyana <morphone1@gmail.com>2017-09-07 01:16:52 +0200
commit2997c2e5c873b5eecd2dc3ad440f9d88a621ac80 (patch)
treeaf5bee031d19dd7dba82b3471f783ef51a41761a
parente03a6f53f018ac9f4faa9e482e488f35998fee6a (diff)
DB/Creature text: Add missing text to Garrick Padfoot
Closes #20269
-rw-r--r--sql/updates/world/3.3.5/2017_09_06_17_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_06_17_world.sql b/sql/updates/world/3.3.5/2017_09_06_17_world.sql
new file mode 100644
index 00000000000..a97300086f9
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_09_06_17_world.sql
@@ -0,0 +1,4 @@
+-- Garrick Padfoot
+DELETE FROM `creature_text` WHERE `CreatureID`=103 AND `GroupID`=0 AND `ID`=1;
+INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
+(103,0,1,"This land belongs to the Defias Brotherhood now!",12,7,100,0,0,0,7134,0,"Garrick Padfoot");