aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorRat <none@none>2010-05-11 21:42:39 +0200
committerRat <none@none>2010-05-11 21:42:39 +0200
commiteae6f5c09410cd61ef51999343a77b67c71a85d0 (patch)
tree05a01e3cad9a6c67f366b87e7b13a12c3270ea42 /sql
parentbf9694a35408237320fdd26908a55f396999c24b (diff)
started implementing battleground experience system
-players gain xp by killing enemy players (event bonuses not added for now) -player can switch xp gain on/off by talking to npc Slahtz or Behsten for a fee of 10golds NOTE: turning off xp gain will turn off ALL xp gains from quests,monsters,pvp,etc --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/8156_world_creature_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/8156_world_creature_template.sql b/sql/updates/8156_world_creature_template.sql
new file mode 100644
index 00000000000..5e4dee21517
--- /dev/null
+++ b/sql/updates/8156_world_creature_template.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName` = 'npc_experience', `npcflag` = '1' WHERE `entry` IN (35364,35365);